net/http.http2serverConn.maxClientStreamID (field)
9 uses
net/http (current package)
h2_bundle.go#L4456: maxClientStreamID uint32 // max ever seen from client (odd), or 0 if there have been no client requests
h2_bundle.go#L4556: if streamID <= sc.maxClientStreamID {
h2_bundle.go#L5225: maxStreamID: sc.maxClientStreamID,
h2_bundle.go#L5359: if id := res.f.Header().StreamID; id > sc.maxClientStreamID {
h2_bundle.go#L5360: sc.maxClientStreamID = id
h2_bundle.go#L5391: if sc.inGoAway && (sc.goAwayCode != http2ErrCodeNo || f.Header().StreamID > sc.maxClientStreamID) {
h2_bundle.go#L5833: if id <= sc.maxClientStreamID {
h2_bundle.go#L5836: sc.maxClientStreamID = id
h2_bundle.go#L5911: sc.maxClientStreamID = id
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |